home *** CD-ROM | disk | FTP | other *** search
-
- These are some examples of what can be done with the modules in frumSPlugs.
- I have included 3 small brushes from MagicWB to try with IffBackDrop and
- IffBitMap. (Note: these programs require iff.library.)
- Try out TestPlugins. This was made to be run on a MagicWB screen, but it
- also isn't bad on a 4 colour screen. It shows all the plugins together.
-
-
-
- The examples are:
-
- TestPlugins.e - All the plugins at the same time. Shows the gauge and
- the busybox in action when you click the imagebutton.
-
- BusyBoxExample.e - Example of how to use the busybox.
-
- GaugeTest.e - Example of how to use the gauge.
-
- IffBackDrop.e - Loads an ILBM brush and puts it in the background of the
- window. Requires iff.library.
-
- IffBitMap.e - Same thing as IffBackDrop.e, but puts it in a square instead
- of the background.
-
- ImageButtonTest.e - Put a solid colour square in a button and shows when
- you click on it. The square is actually a intuition
- image, I was just too lazy to make some actual bitmaps
- for it.
-
- ImageTest.e - Puts a square filled with a bitmap pointing at random memory
- in the GUI. Again, I was just too lazy to make it some proper
- imagery.
-